home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
CHIP Turkiye Ağustos 2000 CD2.iso
/
prog
/
symntc
/
04
/
DATA1.CAB
/
remote
/
TRAILER.SCR
< prev
Wrap
Text File
|
1999-06-04
|
1KB
|
38 lines
;************************************************
;************************************************
;
; commands above this line were recorded online
;
;************************************************
;************************************************
set echo off
;************************************************
; a timeout occurred - end script
;************************************************
@timeout:
goto @end
;************************************************
; user pressed escape - end script
;************************************************
@cancel:
set cancel off ; disable escape key trap
goto @end
;************************************************
; a disconnection was detected - end script
;************************************************
@disconnect:
goto @end
;************************************************
; end of script
;************************************************
@end:
beep
end terminal